const runtime._SigIgn
9 uses
runtime (current package)
runtime2.go#L883: _SigIgn // _SIG_DFL action is to ignore the signal
signal_unix.go#L1101: if fwdFn == _SIG_IGN || (fwdFn == _SIG_DFL && flags&_SigIgn != 0) {
sigtab_linux_generic.go#L27: /* 17 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
sigtab_linux_generic.go#L28: /* 18 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue"},
sigtab_linux_generic.go#L30: /* 20 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
sigtab_linux_generic.go#L31: /* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
sigtab_linux_generic.go#L32: /* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
sigtab_linux_generic.go#L33: /* 23 */ {_SigNotify + _SigIgn, "SIGURG: urgent condition on socket"},
sigtab_linux_generic.go#L38: /* 28 */ {_SigNotify + _SigIgn, "SIGWINCH: window size change"},
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |